@charset "utf-8";
/* CSS Document */
html {
    color: #333;
}

div, dl, dt, dd, ul, li, h1, h2, h3, form, legend, input, button, textarea, select, p, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

button, em, input, option, select, textarea, th {
    /*font: inherit;*/
}

li {
    list-style: none;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-family: "microsoft yahei", '微软雅黑';
    /*background-color: #f0f4f7;*/
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:visited, a:focus, a:hover {
    text-decoration: none;
    /*color: #226cb6;*/
    /*font-weight: bolder;*/
}

input {
    outline: none;
}

/****公用****/
.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-center {
    text-align: center;
}

.bor {
    border: 1px solid #CCC;
}

.rel {
    position: relative;
}

.red {
    color: #FF0000;
}

.white {
    color: #FFF;
}

.block {
    display: block;
}

.in-block {
    display: inline-block;
}

.hide {
    display: none;
}

.transparent_class {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.dotted {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

.pm0 {
    padding: 0 !important;
    margin: 0 !important;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    clear: both !important;
}

.clear.both {
    height: 10px;
}

.clear-fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear-fix {
    display: block;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.blank20 {
    margin: 0 auto;
    width: 100%;
    height: 20px;
    font-size: 1px;
    clear: both;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
    align-items: flex-end;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

iframe {
    frameborder: 0;
    scrolling: no;
}

/*tab切换公共样式*/
.title {
    height: 50px;
    text-align: center;
    /*border-bottom: 1px solid #ddd;*/
}

.title h2 {
    float: left;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.title h2 a {
    position: relative;
    display: block;
    float: left;
    height: 50px;
    line-height: 37px;
    color: #b3d4e5;
    margin-right: 20px;
    font-weight: 700;
}

.title h2 a.active, .title h2 a.col {
    /*border-bottom: #005896 4px solid;*/
    color: #363434;
    font-weight: bold;
    background-color: #FFF;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}

.title h2 a.active:after, .title h2 a.col:after{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 28px;
    height: 3px;
    background-color:#197dac ;
    border-radius: 8px;
}

.title .more {
    display: none;
    float: right;
    color: #8bbdd8;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    margin-right: 10px;
}

.title .more:hover {
    color: #b9e2f6;
}

.title .block {
    display: block;
}

.list {
    display: none;
    margin-top: 15px;
}

.list ul li {
    font-size: 17px;
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    color: #333333;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #c9c9c9;
}

.list ul li:last-child{border-bottom: 0}

.list ul li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D8D8D8;
    margin: 0 5px;
    position: absolute;
    top: calc(50% - 3px);
}

.list ul li a {
    color: #333333;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 20px;
}

.list ul li .date {
    float: right;
    color: #bfc0c0;
    font-size: 16px;
    padding-right: 5px
}

.list a:hover, .list ul li a:hover {
    color: #1a5db1;
}

.list ul li:hover {
    display: block;
    /*background-color: #f5f5f5*/
}

.list ul li:hover:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1a5db1;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    /*margin-bottom: 20px;*/
}

.container:after {
    clear: both;
}

.container:after, .container:before {
    display: table;
    content: "";
}

.mb {
    margin-bottom: 30px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container > .mainbox {
    position: relative;
    padding: 25px;
    background: #fff;
}

.innerbox {
    overflow: hidden;
}

/* crumb */
.crumb h2 {
    padding: 25px 20px 25px 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    background: url(../images/kjt_dqwz_icon.png) no-repeat left;
}

.crumb a:hover {
    color: #4675bd;
}

.crumb span {
    color: #4675bd;
}

.crumb.gray {
    padding-top: 5px;
    background: #f5f5f5;
}

.crumb.gray h2 {
    padding: 15px 15px 15px 30px;
    background-position: 0 center;
}

/*两个display: inline-block;内联块元素之间的空隙问题 在父布局添加该样式*/
.clear-gap {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

/*三角箭头*/
.arrow-up:before {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    content: '';
}

.arrow-down:before {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    content: '';
}

.hide-pc {
    display: none;
}

/*.hide-mobile {
    display: block;
}*/

/*手机端样式*/
@media (max-width: 768px) {
    html, body {
        /* overflow: hidden; */
        /* overflow-y: auto; */

    }

    .wrap {
        width: 100%;
        /*margin: 0 auto;*/
    }

    .title, .list {
        /*padding: 0 20px;*/
    }

    .title h2 {
        font-size: 16px
    }

    .title .more {
        font-size: 13px;
        color: #005896
    }

    .list ul li {
        font-size: 16px;
        height: 47px;
        line-height: 47px
    }

    .list ul li a {
        max-width: 100%
    }

    .container {
        padding: 15px;
        width: auto;
    }

    .mainnav .container {
        margin: 0;
    }

    .container > .mainbox {
        padding: 20px;
    }

    .list ul li .date {
        display: none;
    }

    .arrow-up:before,
    .arrow-down:before {
        width: 6px;
        height: 6px;
    }

    .hide-pc {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .read-more {
        width: 100%;
        color: #666;
        background: #eaf1fb;
        line-height: 45px;
        font-weight: normal;
        font-size: 18px;
        height: 45px;
        text-align: center;
        /*border-radius: 5px;*/
        margin-top: 10px;
    }
    .crumb h2{
        padding: 0 0 0 30px;
    }
}
